VObject::DrawAll
Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index
Return to Main Contents
NAME
VObject::DrawAll - instance method
TEMPLATE
void DrawAll(Rectangle area, bool highlight = FALSE)
SPECIFIERS
public
virtual
DESCRIPTION
DrawAll draws all of the VObject: the VObject itself and its highlighted appearance if highlight is TRUE.
DrawAll first checks whether this is open (flag eVObjOpen) and the area overlaps the content rectangle. If this is the case then non-overlapping parts of the area and the content rectangle are clipped away and the new area and highlight are passed to the method DrawInner.
Method is rarely overridden.
ARGUMENTS
- Rectangle area
-
an area of the window that needs redrawing. It may or may not overlap the content rectangle of the VObject.
- bool highlight = FALSE
-
indicates whether this should be drawn highlighted. This is the case, for example, when this is a button and it is currently selected.
RETURN ARGUMENT
void
CATEGORIES
drawing, client interface, overrider interface
FIRST DEFINITION
class VObject
FILES
- implementation:
-
VObject.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FIRST DEFINITION
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:22 GMT, March 30, 2022